ida.exe [options]
ida.exe [URL] [REFERER]
ida.exe [FILE] [TIME]
ida.exe [p=param
v=value] ... [p=param v=value]
Options field
can be one of the following:
-addurl - start the program and open the "Add URL" window
with blank URL field;
-autorun - start the program minimized to tray;
-startall - start all available for downloading;
-stopall - stop all downloads.
-exit - quit the program.
URL - URL of
a file to add;
REFERER
- the page from which the link is opened.
FILE field
can be one of the following::
- Path to the download list;
- Path to a URL list file.
TIME - time
(in seconds, 1-36000) of automatic start for a links group.
Possible param
variants and the corresponding value:
SpeedMode (0-4, where 0-maximum,
1-medium, 2-low, 3-automatic, 4-manual) - download speed;
IEInt (0, 1, where 0-disabled,
1-enabled) - integration with Internet Explorer;
UseHTTPProxy (0, 1) - use HTTP
proxy;
UseFTPProxy (0, 1) - use FTP
proxy;
UseIEProxySettings (0, 1) -
use Internet Explorer settings;
URLClipboardMonitoring (0, 1)
- clipboard monitoring.
For example:
1) ida.exe -addurl
2) ida.exe http://www.westbyte.com/ida/download/idasetup.exe
3) ida.exe
http://www.westbyte.com/ida/download/idasetup.exe http://www.westbyte.com/ida/index.phtml
4)
ida.exe
list.xml
5)
ida.exe
links.htm 5
6)
ida.exe
p=IEInt v=0
7)
ida.exe
p=UseIEProxySettings
v=0 p=UseHTTPProxy
v=1 p=UseFTPProxy v=1
|